@charset "UTF-8";
/* CSS Document||fpx 2019年5月 */
html {overflow: -moz-scrollbars-vertical;overflow-x: hidden;} /*始终让 Firefox 显示滚动条*/
* {word-wrap: break-word;margin: 0;padding: 0; outline: none;}/*文字强制换行word-break:keep-all;(Ff)*/
table {border-collapse: collapse;}/*细线表格*/
fieldset, img {border: none;}/*清除描边,块显示*/
ul, li {list-style-type: none;}/*无列表项目标记*/
a {text-decoration: none;color: #666666;outline: none;}/* 链接无下划线,有为underline;链接去框 */
a:link {color: #666666;}/* 未访问的链接 */
a:visited {color: #666666;}/* 已访问的链接 */
a:hover {color: #f18300;}/* 鼠标在链接上 */
a:active {color: #666666;blr:expression(this.onFocus=this.blur());}/* 点击激活链接 */
body {font-family:"Microsoft YaHei";font-size: 12px;color: #666;background: #f5f5f5;min-width: 1200px;}/* 设置body */
select,input{vertical-align: middle;outline: none;font-family:"Microsoft YaHei";}/* 设置表单 */
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {cursor: pointer;outline: none;}/* 设置表单按钮 */
textarea{outline: none;font-family:"Microsoft YaHei";}/* 设置表单文本域 */
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color: #666; /* placeholder颜色  */
	font-size:14px; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
}
.box-size{ box-sizing: border-box; -webkit-box-sizing: border-box;}/* 内盒子代码 */
.fl {float: left;display: inline;}/* 左浮动 */
.fr {float: right;display: inline;}/* 右浮动 */
img {border: none;}/* 设置图片 */
.bai{ background: #FFF;}/* 公共颜色白色 */
.hui{ background: #f2f2f2;}/* 公共颜色灰色 */
.imghover .pic{ overflow:hidden;}/* 设置图片经过放大 */
.imghover .pic img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}/* 设置图片经过放大 */
.imghover:hover .pic img{ transform:scale(1.05); -webkit-transform:scale(1.05);}/* 设置图片经过放大 */
.table{ display: table; width: 100%; height: 100%;}/* 设置表格方式垂直居中 */
.tableCell{ display: table-cell; width: 100%; height: 100%; vertical-align: middle;}/* 设置表格方式垂直居中 */
.default{ background: #f5f5f5 url(../images/default.png) no-repeat center center;}/* 设置默认图 */
.wrap {width: 1200px;clear: both;margin: 0 auto;}/* 规定页面内容区域宽度 */
.clear {clear: both;overflow:hidden;}/* 清除浮动 */
.h2 {clear: both;height: 2px;overflow:hidden;}/* 自定义页面间距 */
.h10 {clear: both;height: 10px;overflow:hidden;}/* 自定义页面间距 */
.h15 {clear: both;height: 15px;overflow:hidden;}/* 自定义页面间距 */
.h20 {clear: both;height: 20px;overflow:hidden;}/* 自定义页面间距 */
.h25 {clear: both;height: 25px;overflow:hidden;}/* 自定义页面间距 */
.h30 {clear: both;overflow:hidden;height: 30px;}/* 自定义页面间距 */
.h35 {clear: both;height: 35px;}/* 自定义页面间距 */
.h40 {clear: both;height: 40px;}/* 自定义页面间距 */
.h50 {clear: both;height: 50px;}/* 自定义页面间距 */
.h60 {clear: both;height: 60px;overflow:hidden;}/* 自定义页面间距 */
.h70 {clear: both;height: 70px;overflow:hidden;}/* 自定义页面间距 */
.minH600{ min-height: 600px; height: auto !important; height: 600px;}
/*公共部分结束*/
.abtn{ float: left; display: inline; height: 36px; line-height: 36px; padding: 0 40px; background: #188344; color: #ffffff; font-size: 14px;}
.jqthumb{ position: absolute !important; left: 0px; top: 0px;}
@font-face {
	font-family: 'GLECB';
	src: url('../font/GLECB.eot');
	src: url('../font/GLECB.eot') format('embedded-opentype'),
		 url('../font/GLECB.woff') format('woff'),
		 url('../font/GLECB.ttf') format('truetype'),
		 url('../font/GLECB.svg') format('svg');
}

.minH{
	min-height:350px;
	height:auto !important;
	height:350px;
	}
	/*全文列表*/
.textList dd{
	clear: both;
	overflow: hidden;
	height: 59px;
	border-bottom: 1px solid #efefef;
}
.textList dd a{
	display: block;
	height: 59px;
}
.textList dd a span{
	float: left;
	line-height: 59px;
	color: #333333;
	font-size: 18px;
}
.textList dd a:hover span{color:#226ed6}
.textList dd a span i{
	padding-right: 10px;
	font-style: normal;
	color: #d1d1d1;
	font-size: 12px;
}
.textList dd a:hover span i{color:#226ed6}
.textList dd a em{
	float: right;
	line-height: 59px;
	color: #666666;
	font-size: 14px;
	font-style: normal;
}
